From a431b2fa060556ad09f242015413ade1d129110f Mon Sep 17 00:00:00 2001 From: "kaf24@firebug.cl.cam.ac.uk" Date: Fri, 17 Mar 2006 11:45:46 +0100 Subject: [PATCH] Allows the hypervisor to build without warnings (wisely considered errors with/-Werror) when perfc_arrays are enabled in xen/Rules.mk. Signed-off-by: David Lively --- xen/include/asm-x86/mm.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xen/include/asm-x86/mm.h b/xen/include/asm-x86/mm.h index ac062c1458..d8b54a7d70 100644 --- a/xen/include/asm-x86/mm.h +++ b/xen/include/asm-x86/mm.h @@ -363,8 +363,8 @@ void audit_domains(void); #ifdef PERF_ARRAYS -void ptwr_eip_stat_reset(); -void ptwr_eip_stat_print(); +void ptwr_eip_stat_reset(void); +void ptwr_eip_stat_print(void); #else -- 2.30.2